projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a5971
)
core: Remove leftover debug print
author
Colin Walters
<walters@verbum.org>
Fri, 25 May 2012 13:55:10 +0000
(09:55 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 25 May 2012 13:55:10 +0000
(09:55 -0400)
src/ostree/ostree-pull.c
patch
|
blob
|
history
diff --git
a/src/ostree/ostree-pull.c
b/src/ostree/ostree-pull.c
index f966707fd7f54d1b3c56f4fa1aca3e2784e1fc5d..3cf123a2801ffe2f062b64f850928330f578d3ed 100644
(file)
--- a/
src/ostree/ostree-pull.c
+++ b/
src/ostree/ostree-pull.c
@@
-821,8
+821,6
@@
fetch_and_store_commit_metadata_recurse (OtPullData *pull_data,
{
ot_lfree char *checksum = ostree_checksum_from_bytes_v (parent_csum_v);
- g_printerr ("Acquring parent %s of %s\n", checksum, rev);
-
if (!fetch_and_store_commit_metadata_recurse (pull_data, parent_depth + 1,
0, checksum,
cancellable, error))